home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 December / macformat-019.iso / Shareware City / Developers / Gnuplot 3.5 for Macintosh / docs / latextut / eg3.plt < prev    next >
Encoding:
Text File  |  1993-11-03  |  199 b   |  9 lines  |  [TEXT/MSWD]

  1. set terminal latex
  2. set output "eg3.tex"
  3. set format xy "$%g$"
  4. set title "This is another plot"
  5. set xlabel "$x$ axis"
  6. set ylabel "$y$ axis"
  7. set key 15,-10
  8. plot x with lines, "eg3.dat" with linespoints
  9.